#!/bin/sh

mx_interp -v << EOF

open e1 any 1 0x1234
target target ${HOST} 0 1 0x1234
send s1 e1 target 16 0 0x123 1
send s2 e1 target 16 0 0x124 1
test s1
test s2
close e1

EOF
